home *** CD-ROM | disk | FTP | other *** search
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ CAUTION!!! You MUST have ThrustMaster Command & Control Center ║
- REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to ║
- REM ║ use the macro capability. You can tell if you have vs 1.38 by looking║
- REM ║ at the top of the C&CC screen where the version # is shown on any of ║
- REM ║ the menu screens or click on F-7 About to view the version #. To tell║
- REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see ║
- REM ║ the version # at the top of the download screen. To obtain the newer ║
- REM ║ versions if you do not have them, check with any of the listed places ║
- REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest ║
- REM ║ versions of the Command and Control Center software. ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
- REM IFT Pro, Version 5.0, Flight Deck Software
-
- REM This file uses the rocker switch on the WCS for three different modes:
- REM /U is for flight,
- REM /M is for Navigation,
- REM /D is for map mode.
- REM Written and Tested by David Shaw - 5/12/94
-
- REM Base Switch Settings
- REM Black Hat switch = Digital
- REM Red Switch = Digital
- REM
- REM Include IFTPRO MDF File
-
- MDEF KIFTPRO
-
- @DigitalThrottle
-
- BTN UB /U FlapsUp
- /M SelectNav1
- /D FullMapScreen
- BTN MB /U FlapsDn
- /M SelectNav2
- /D MapBigger
- BTN LB /U LandingGear
- /M SelectCom
- /D MapSmaller
- BTN HU /T /P LeftFrontView
- /R FrontView
- /T /P RightFrontView
- /R FrontView
- BTN HR RightView
- BTN HD /T /P LeftBackView
- /R BackView
- /T /P RightBackView
- /R BackView
- BTN HL LeftView
- BTN HM FrontView
- BTN 1 /U LandingLights
- /M Autopilot
- /D Info
- BTN 2 /U NavLights
- /M ElevTrimUp
- /D MapLabels
- BTN 3 /U Brakes
- /M ElevTrimDn
- /D MapRadialDisp
- BTN 4 /U PropPitchUp
- /M ToggleStopWatch
- /D RedrawFltPath
- BTN 5 /U PropPitchDn
- /M SelectMenu
- /D MapMagNormal
- BTN 6 TaxiLights
-
-
- REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
- REM
- REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
- REM (503) 639-3200 and find out how to get the upgrade!!!
- REM
- REM How can you tell if you have the new chip and microcode? From the
- REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
- REM the message: "File not found", then you have the OLD microcode version
- REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
-